type google.golang.org/protobuf/internal/impl.float64Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L124: return &float64Converter{t, defVal(fd, float64Zero)}
convert.go#L289: type float64Converter struct {
convert.go#L294: func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L300: func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L303: func (c *float64Converter) IsValidPB(v protoreflect.Value) bool {
convert.go#L307: func (c *float64Converter) IsValidGo(v reflect.Value) bool {
convert.go#L310: func (c *float64Converter) New() protoreflect.Value { return c.def }
convert.go#L311: func (c *float64Converter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)